ServiceExpandDistributionList Method (ItemId) |
Expands a distribution list identified by the ItemId.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ExpandDistributionListResponse ExpandDistributionList(
ItemId itemId
)
Public Function ExpandDistributionList (
itemId As ItemId
) As ExpandDistributionListResponse
Parameters
- itemId
- Type: Independentsoft.ExchangeItemId
The ItemId of the distribution list to expand.
Return Value
Type:
ExpandDistributionListResponseThe distribution list members.
See Also